/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/main.css ***!
  \**************************************************************************************************************/

/* new list common */
.news-cons {
  margin-right: -12px;
  font-size: 0;
}
.news-cons li {
  width: 33.33333%;
  text-align: left;
  display: inline-block;
  position: relative;
  padding-right: 12px;
  margin-bottom: 32px;
  font-size: 14px;
  vertical-align: top;
}
.news-cons li .newlist-image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.newlist-image {
  height: 318px;
}
.new-list {
  position: relative;
  color: #686868;
  padding: 16px;
}
.new-list .cate {
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.cate-tag {
  display: inline-block;
  padding: 2px 8px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #FF6A00;
  text-align: center;
  color: #ff6a00;
  line-height: 18px;
}
.date {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #686868;
}
.view-detail {
  position: absolute;
  right: 8px;
  bottom: 0;
  cursor: pointer;
}
.new-list a {
  color: #686868;
}
.view-detail span {
  margin-right: 30px;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  transition: all .4s ease-in;
  opacity: 0;
}
.new-list:hover .view-detail span {
  margin-right: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
}
.news-cons li:hover .unit-image-wrapper {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.view-detail img {
  float: right;
  margin-top: 3px;
  margin-left: 8px;
}
.new-list .title {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  -o-text-overflow: ellipsis; 
     text-overflow: ellipsis;
  font-size: 16px;
  min-height: 48px;
  position: relative;
  z-index: 3;
}
.new-list .title a {
  color: #121212;
  display: block;
  font-weight: 600;
}
.new-list img {
  width: 100%;
  -webkit-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.new-list .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .newlist-image {
    height: 278px;
  }
}
@media (max-width: 1024px) {
  .newlist-image {
    height: 222px;
  }
  .news-cons li {
    margin-bottom: 16px;
    padding-right: 4px;
  }
}
@media (max-width: 768px) {
  .news-cons {
    margin-right: 0;
  }
  .news-cons li {
    width: 50%;
    padding-right: 0;
  }
  .newlist-image {
    height: 252px;
  }
}
@media (max-width: 414px) {
  .news-cons li {
    width: 100%;
    margin-bottom: 0;
  }
  .news-cons {
    margin-right: 0;
  }
  .news-cons li .newlist-image,
  .new-list .title {
    margin-bottom: 12px;
  }
  .new-list .cate {
    margin-bottom: 16px;
  }
}




/* slide grid style */
.slide-grid-swiper {
    max-width: 1672px;
}
.slide-grid-swiper .swiper-container {
  padding: 32px 0;
}
.slide-grid-swiper .swiper-slide {
  width: 25%;
}
.slide-grid-swiper .swiper-slide img {
  width: 100%;
}
.slide-grid-swiper .pagination {
  bottom: 0 !important;
}
.slide-grid-swiper-content {
  position: relative;
}

@media (min-width: 1800px) {
  .slide-grid-swiper-content {
    padding: 0 60px;
  }
}
.slide-grid-swiper .swiper-button-next.swiper-button-disabled, 
.slide-grid-swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.slide-grid-swiper .swiper-button-next, 
.slide-grid-swiper .swiper-button-prev {
  background: none;
}
.slide-grid-swiper .swiper-button-next, 
.slide-grid-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(102,102,102,0.2);
  color: #fff;
  font-size: 24px;
  margin-top: -24px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.slide-grid-swiper .swiper-button-next:hover, 
.slide-grid-swiper .swiper-button-prev:hover {
  background-color: rgba(102,102,102,0.36);
}
.slide-grid-swiper .swiper-button-next i, 
.slide-grid-swiper .swiper-button-prev i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.slide-grid-swiper .swiper-button-next {
  right: 0;
}
.slide-grid-swiper .swiper-button-prev {
  left: 0;
}
@media (max-width: 768px) {
  .slide-grid-swiper .swiper-button-next,
  .slide-grid-swiper .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .slide-grid-swiper .swiper-container {
    padding: 24px 0;
  }
}


.page-banner {
  height: 388px;
  background: none no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
.page-banner .page-banner-cons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 68px);
  height: -moz-calc(100% - 68px);
  height: calc(100% - 68px);
}
.page-banner .page-title {
  font-size: 36px;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-bar {
  height: 68px;
  line-height: 68px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
}
.page-bar .page-crumbs {
  float: left;
  font-size: 15px;
}
.page-bar .page-crumbs span {
  color: #999;
  margin: 0 4px;
}
.page-bar .page-nav {
  float: right;
  font-size: 0;
}
.page-bar .page-nav li {
  display: inline-block;
  font-size: 14px;
  margin-left: 60px;
}
.page-bar .page-nav a {
  position: relative;
}
.page-bar .page-nav a:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 3px;
  background: #FF6A00;
  left: 0;
  bottom: -8px;
  display: none;
}
.page-bar .page-nav a:hover:after,
.page-bar li.active a:after {
  display: block;
}
.img-search {
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 52px;
  background: rgba(0, 0, 0, 0.4);
  left: 50%;
  top: 20px;
  -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
}
.img-search img {
  color: #fff;
  display: block;
  width: 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: initial!important;
}
.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
  z-index: 9;
}
.sticky-top {
  top: 68px;
}
.sticky-top {
  background: #fff;
}

@media (max-width: 1024px) {
  .page-banner {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .page-banner {
    height: 310px;
  }
  .page-banner .page-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sticky-top {
    top: 48px;
  }
  .page-banner {
    height: 200px;
  }
  .page-banner .page-banner-cons {
    height: -webkit-calc(100% - 48px);
    height: -moz-calc(100% - 48px);
    height: calc(100% - 48px);
  }
  .page-banner .page-title {
    font-size: 24px;
  }
}

/* product center */
.products-container .page-banner {
  background-image: url(/static/dist/assets/products_banner_7ecb40.jpg);
}
.products-container .products {
  padding: 16px 8px;
}
.products-container .products li {
  width: 50%;
  float: left;
  padding: 0 8px;
}
.products-container li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.products-container li .products-img {
  width: 100%;
  height: 560px;
  background: url(/static/dist/assets/products_1_57c125.jpg) no-repeat top center;
  -o-background-size: cover;
     background-size: cover;
}
.products-container li:last-child .products-img {
  background-image: url(/static/dist/assets/products_2_61cfa4.jpg);
}
.products-container a:hover .products-img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.products-container a:hover .learn-more i {
  width: 100%;
}
.products-container .products-content {
  position: absolute;
  width: 100%;
  top: 280px;
  text-align: center;
  color: #fff;
}
.products-container .products-content .title {
  font-size: 32px;
}
.products-container .products-content .description {
  font-size: 16px;
  max-width: 600px;
  margin: 20px auto;
  padding: 0 48px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1024px) {
  .products-container .products-content {
    top: 250px;
  }
  .products-container .products-content .description {
    padding: 0 16px;
  }
  .products-container .products-content .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .products-container .products-content {
    top: auto;
    bottom: 64px;
  }
  .products-container .products li {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
  .products-container .products {
    padding: 0 16px 16px;
  }
  .products-container .products-content .description {
    max-width: 456px;
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .products-container .products-content {
    bottom: 24px;
  }
  .products-container li .products-img {
    height: 360px;
  }
  .products-container .products-content .title {
    font-size: 24px;
  }
  .products-container .products-content .description {
    font-size: 13px;
    margin: 12px auto;
  }
  .products-container .products {
    padding: 0 0 8px ;
  }
  .products-container .products li {
    margin-top: 8px;
  }
}

/* product center */

